home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1297 / AMOSLIST / text0173.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.0 KB  |  38 lines

  1. Hello.
  2.  
  3. I'm Timo Engman, and programming a new extension - which is called 
  4. "Second-Hand Extension", the current version is 0.01d6 but please, all 
  5. AMOSPro users - mail me and let me hear if I may add new commands to this 
  6. extension that the users want...For now, the extension have five commands 
  7. :-) pretty lame. But i learning how to program the graphics...
  8.  
  9. Bmove x,x - move bytes quick as hell much faster than Poke (no checking)
  10. Wmove x,x - same here but words much faster than Doke
  11. Lmove x,x - same here but longwords , faster than Loke
  12.  
  13. I mean 4-5 times faster !!!
  14.  
  15. and then two shitty commands
  16.  
  17. Shand Version
  18. Shand Stage$
  19.  
  20. The extension uses slot 22 but mail me and I may change it to whatever.
  21. Check the aminet/dev/amos/ for this extension...later...
  22. Maybe I mail the .Lib file soon, to the Mailing List.
  23.  
  24. A Problem: How to return a string from a routine (and change it's length) 
  25. from it, the string is in the extension
  26.  
  27. dc.w TheLength
  28. dc.b "TheString",0
  29. even
  30.  
  31. Hope that all peoples understanding my bad english (I'm swedish)...
  32.  
  33. /Timo Engman
  34.  
  35.  
  36.  
  37.  
  38.